home *** CD-ROM | disk | FTP | other *** search
-
- /************************************************************
-
- Created: Tuesday April 29, 1992
- GestaltValue.h
-
-
- Copyright Apple Computer, Inc. 1992
- All rights reserved
-
- ************************************************************/
-
-
- #ifndef __GESTALTVALUE__
- #define __GESTALTVALUE__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- pascal OSErr NewGestaltValue (OSType selector, long newValue);
- pascal OSErr ReplaceGestaltValue (OSType selector, long replacementValue);
- pascal OSErr DeleteGestaltValue (OSType selector);
-
- #endif
-